home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / utmisc2 / countlns.rdm < prev    next >
Text File  |  1996-05-20  |  613b  |  17 lines

  1. Short:    Count (blank) lines of ascii files
  2. Author:   tcn@techbase.in-berlin.de (Timo C. Nentwig)
  3. Uploader: tcn@techbase.in-berlin.de (Timo C. Nentwig)
  4. Type:     util/misc
  5.  
  6.   Since my programs were spread over more than 1 source I didn't  know
  7.   how much lines the whole program enfolded.
  8.  
  9.   This is just a little program that scans all  your  specified  files
  10.   (incl. pattern matching) and returns
  11.  
  12.   · count of lines in current file and all files together
  13.   · count of blank lines in current file and all files together
  14.   · length of current file (in bytes) and all files together
  15.  
  16.   Source in C is included.
  17.